| 2005-10-12 |
emellor@ewan | Improve error message. |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
emellor@ewan | Explicitly state which architectures are going to use... |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
emellor@ewan | Fix the handling of EAGAIN from the transaction_end... |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
emellor@ewan | Added missing __init__.py. |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
kaf24@firebug... | Fix vcpu-hotplug xenbus watch handler and setup. |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
kaf24@firebug... | Better cast for ptr->int in residerfs module. |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
kaf24@firebug... | Fix Xen public interfaces and the tools to consistently |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
emellor@ewan | Fix deadlock in XendDomainInfo when a domain is cleaned... |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
emellor@ewan | Change import that was confusing pylint (this is a... |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
emellor@ewan | Issue diagnostics if xm is being run as a non-root... |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
kaf24@firebug... | Fix compilation problems with xenstore. |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
kaf24@firebug... | This patch implements select() functionality on /dev... |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
kaf24@firebug... | Fix PAE overflow in xc_linux_build. |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
kaf24@firebug... | Error print on err path. |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
kaf24@firebug... | The NAT scripts currently work, but the changes below... |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
kaf24@firebug... | Hide the VMX cpu feature from unmodified Guests. |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
djm@kirby.fc... | Merged |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
djm@kirby.fc... | Fixes for correct itir handling in vcpu_translate ... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
emellor@ewan | Merged. |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
emellor@ewan | Bring out the common console-handling code from main... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
emellor@ewan | Added auxbin module, for handling auxillary binaries. |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
emellor@ewan | Remove bang path. |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
emellor@ewan | Allow parallel 32- and 64-bit Xen installations. Move... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
jrb44@freefall... | Added xsls to xenstore Makefile install dependencies... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
kaf24@firebug... | Publish the virtual console interface in public/io... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
kaf24@firebug... | Xenstore client library spawns a reader thread the... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
kaf24@firebug... | Echo request and transaction identifiers in xenstored |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
kaf24@firebug... | Fix xenbus internal join() function to be concurrency... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
emellor@ewan | Added missing global statement, to ensure that the... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
emellor@ewan | Fix broken xm commands. |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
emellor@ewan | Added doccomment. |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
emellor@ewan | Added xsls utility, which recursively lists the content... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
kaf24@firebug... | Fix 64-bit compile of pygrub. From Charles Duffy. |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
kaf24@firebug... | Fix the legacy %-build targets for dist installation of |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
emellor@ewan | Fix for "unsubscriptable object" error, courtesy of... |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
kaf24@firebug... | Fix changeset banner for source tarballs. |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
kaf24@firebug... | Local repo version number in Xen boot log. |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
kaf24@firebug... | Kernel makefiles do not define $(LN). |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
emellor@ewan | This patch fixes an error in the xm create path when the |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
emellor@ewan | When a domain is introduced to xenstored, check whether... |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
emellor@ewan | Mention -s option in usage. |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
emellor@ewan | Fix completely broken xenstore_read function. |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
kaf24@firebug... | Fix cancellation of pending watch events on watch unreg... |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
kaf24@firebug... | Fire watch callbacks on their own workqueue. Mainly... |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
emellor@ewan | Merged. |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
emellor@ewan | Rewritten XendLogging to not be a singleton class,... |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
kaf24@firebug... | xenstored now supports multiple concurrent transactions per |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
emellor@ewan | Merged. |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
emellor@ewan | Added error logging to the block hotplug script, and... |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
kaf24@firebug... | No need to gate xenstored reading requests from a |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
kaf24@firebug... | Simplify reply logic in xenstored. Maintain a linked... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
kaf24@firebug... | Extend xenbus/xenstore client interface to include... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
smh22@firebug... | Added some clarifying comments regarding xenbus/xenstor... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
kaf24@firebug... | Refactor xenbus to break up the xenbus_lock and permit... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
vh249@kneesaa... | Don't increment mi->usage is alloc_major_info return... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
smh22@firebug... | Fix cpu hotplug issue with SMP guests (including save... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
djm@kirby.fc... | Convert a few privops to existing hyperprivops in xenlinux |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
emellor@ewan | Alter logging statements to move the interpolation... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
emellor@ewan | Remove unnecessary extraction of ssidref from config... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
emellor@ewan | /home/emellor/log2 |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
emellor@ewan | Remove cruft. |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
emellor@ewan | Remove code seeding RNG from /dev/urandom. The random... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
emellor@ewan | Append a newline to error messages, so that they are... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
emellor@ewan | Change xenbus callbacks to match new signature of xenbu... |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
djm@kirby.fc... | Still more updating ia64 to xen-unstable |
commit | commitdiff | tree | snapshot |
| 2005-10-09 |
djm@kirby.fc... | More updating ia64 to latest xen-unstable |
commit | commitdiff | tree | snapshot |
| 2005-10-08 |
djm@kirby.fc... | Update ia64 to keep up with core changes |
commit | commitdiff | tree | snapshot |
| 2005-10-08 |
djm@kirby.fc... | Merge |
commit | commitdiff | tree | snapshot |
| 2005-10-08 |
kaf24@firebug... | Make libxenstore thread-safe. It also spawns an internal |
commit | commitdiff | tree | snapshot |
| 2005-10-08 |
djm@kirby.fc... | Add support for fast mov_to_kr privops |
commit | commitdiff | tree | snapshot |
| 2005-10-08 |
kaf24@firebug... | Fix locking in /dev/xen/evtchn ioctl. |
commit | commitdiff | tree | snapshot |
| 2005-10-08 |
kaf24@firebug... | Add one more parameter to __vmread_vcpu and clean some... |
commit | commitdiff | tree | snapshot |
| 2005-10-08 |
kaf24@firebug... | Add a bzImage target for xen kernels for consistency... |
commit | commitdiff | tree | snapshot |
| 2005-10-08 |
kaf24@firebug... | Xen-friendly glibc selection: appropriate ld-linux... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Remove linux-2.4 sparse tree. |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Some cleanup in TPM-related files and implementation... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Re-enable the pygrub build and fix the build with older |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Move mmio operation structure from domain to vcpu. |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Rationalise xenstore header files a little. xenstored.h, |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
djm@kirby.fc... | Reset hypercall_continuation flag (by Tristan Gingold) |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
djm@kirby.fc... | Fix incorrect re-enablement of interrupts (found by... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Update kernel watch API to pass the array of watch... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Change xs_read_watch interface to return a sized array... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Clean up file vmx.c: |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Add installation of the udev rules if appropriate.... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
emellor@ewan | Merged. |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
emellor@ewan | Regig the construction of new domains so that restore... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Add udev rules that map similar to the hotplug agent... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Move the block-phy and block-file handling into a common |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | The hotplug agent sets the path now, but that's not... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Remove bind_evtchn_to_irq/unbind_evtchn_from_irq from the |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | The attached fixes a few things to make the blkfront... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | merge. |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | This patch copies the NAT scripts in tools/examples/ to |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
emellor@ewan | Merge. |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
emellor@ewan | Merge. |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Move construct_vmcs to arch_vmx_do_launch. |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
emellor@ewan | Rename the source domain on migration, regardless of... |
commit | commitdiff | tree | snapshot |
| 2005-10-07 |
kaf24@firebug... | Big simplification of the Xen event-channel interface. |
commit | commitdiff | tree | snapshot |
| 2005-10-06 |
emellor@ewan | Fix conflicting merge. |
commit | commitdiff | tree | snapshot |
| next |